home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / T-Z / Wingz Utilities.cpt / Wingz Utilities / Startup (.txt) < prev   
Wingz Script  |  1992-05-16  |  3KB  |  62 lines

  1. WNGZWZSC0110
  2. utilities tool
  3. The Sheet Tool
  4. tool sheet
  5. The Object Editor
  6. tool object editor
  7. The Button Tool
  8. tool button
  9. The Field Tool
  10. tool field
  11. The Chart Tool
  12. tool chart
  13. utilities range names
  14. Classic/Plus/SE30 Screen
  15. cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b18)  REMOVE SCRIPT "RangeNames"
  16. Quadra/MacII Family Screen
  17. cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b28)  REMOVE SCRIPT "RangeNames"
  18. Full/Two Page Screen
  19. cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b58)  REMOVE SCRIPT "RangeNames"
  20.     Utilities
  21. First cell
  22. select range a1
  23. Report Print Range...
  24. Xget script":Tools:ReportRange" call reportrange:printrange() remove script "ReportRange"
  25. utilities tool
  26. Range Names
  27. utilities range names
  28.     Extractor
  29. $Run script ":Tools:CommentExtractor"
  30. {This is a startup script which adds a menu to the standard WingZ/Resolve
  31. menubar. It allows the user to get to cell A1 easily,show a list of the
  32. named ranges for any of the most common screen sizes and document 
  33. scripts from commented code.
  34. Authored by Mark H. Shier 3/3/90
  35. Revised May 16, 1992
  36. Please support the shareware concept.
  37. The requested fee for this entire package is only $5.
  38. Send your payment to
  39. Mark Shier
  40. 306 E. Lowe
  41. Fairfield, Iowa 52556
  42. Thank you for your support.
  43. Select menubar "main"
  44. Add submenu "utilities tool" with 5 items
  45.     add menuitem "The Sheet Tool"            type 7 command "tool sheet"
  46.     add menuitem "The Object Editor"        type 7 command "tool object editor"
  47.     add menuitem "The Button Tool"        type 7 command "tool button"
  48.     add menuitem "The Field Tool"            type 7 command "tool field"
  49.     add menuitem "The Chart Tool"            type 7 command "tool chart"
  50. add submenu "utilities range names" with 3 items
  51.     add menuitem "Classic/Plus/SE30 Screen"        type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b18)  REMOVE SCRIPT ""RangeNames"""
  52.     add menuitem "Quadra/MacII Family Screen"    type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b28)  REMOVE SCRIPT ""RangeNames"""
  53.     add menuitem "Full/Two Page Screen"        type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b58)  REMOVE SCRIPT ""RangeNames"""
  54. add menu "Utilities" with 5 items
  55.     add menuitem "First cell"                type 7 command "select range a1"
  56.     add menu separator
  57.     add menuitem "Report Print Range..."        type 7 command "get script"":Tools:ReportRange"" call reportrange:printrange() remove script ""ReportRange"""
  58.     add menuitem "Tool"                     type 7 submenu "utilities tool"
  59.     add menu separator
  60.     add menuitem "Range Names"                 type 7 submenu "utilities range names" 
  61.     add menuitem "Extractor"                 type 7 command "Run script "":Tools:CommentExtractor"""
  62.